text/template.state.evalEmptyInterface (method)

3 uses

	text/template (current package)
		exec.go#L877: 			return s.evalEmptyInterface(dot, n)
		exec.go#L881: 			return reflect.ValueOf(s.evalEmptyInterface(dot, n))
		exec.go#L957: func (s *state) evalEmptyInterface(dot reflect.Value, n parse.Node) reflect.Value {